3.419 \(\int \cos ^m(e+f x) (a+b \sin ^4(e+f x))^p \, dx\)

Optimal. Leaf size=26 \[ \text {Int}\left (\cos ^m(e+f x) \left (a+b \sin ^4(e+f x)\right )^p,x\right ) \]

[Out]

Unintegrable(cos(f*x+e)^m*(a+b*sin(f*x+e)^4)^p,x)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \cos ^m(e+f x) \left (a+b \sin ^4(e+f x)\right )^p \, dx \]

Verification is Not applicable to the result.

[In]

Int[Cos[e + f*x]^m*(a + b*Sin[e + f*x]^4)^p,x]

[Out]

Defer[Int][Cos[e + f*x]^m*(a + b*Sin[e + f*x]^4)^p, x]

Rubi steps

\begin {align*} \int \cos ^m(e+f x) \left (a+b \sin ^4(e+f x)\right )^p \, dx &=\int \cos ^m(e+f x) \left (a+b \sin ^4(e+f x)\right )^p \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 8.54, size = 0, normalized size = 0.00 \[ \int \cos ^m(e+f x) \left (a+b \sin ^4(e+f x)\right )^p \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Cos[e + f*x]^m*(a + b*Sin[e + f*x]^4)^p,x]

[Out]

Integrate[Cos[e + f*x]^m*(a + b*Sin[e + f*x]^4)^p, x]

________________________________________________________________________________________

fricas [A]  time = 0.95, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \cos \left (f x + e\right )^{4} - 2 \, b \cos \left (f x + e\right )^{2} + a + b\right )}^{p} \cos \left (f x + e\right )^{m}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)^m*(a+b*sin(f*x+e)^4)^p,x, algorithm="fricas")

[Out]

integral((b*cos(f*x + e)^4 - 2*b*cos(f*x + e)^2 + a + b)^p*cos(f*x + e)^m, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sin \left (f x + e\right )^{4} + a\right )}^{p} \cos \left (f x + e\right )^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)^m*(a+b*sin(f*x+e)^4)^p,x, algorithm="giac")

[Out]

integrate((b*sin(f*x + e)^4 + a)^p*cos(f*x + e)^m, x)

________________________________________________________________________________________

maple [A]  time = 4.55, size = 0, normalized size = 0.00 \[ \int \left (\cos ^{m}\left (f x +e \right )\right ) \left (a +b \left (\sin ^{4}\left (f x +e \right )\right )\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(f*x+e)^m*(a+b*sin(f*x+e)^4)^p,x)

[Out]

int(cos(f*x+e)^m*(a+b*sin(f*x+e)^4)^p,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sin \left (f x + e\right )^{4} + a\right )}^{p} \cos \left (f x + e\right )^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)^m*(a+b*sin(f*x+e)^4)^p,x, algorithm="maxima")

[Out]

integrate((b*sin(f*x + e)^4 + a)^p*cos(f*x + e)^m, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.04 \[ \int {\cos \left (e+f\,x\right )}^m\,{\left (b\,{\sin \left (e+f\,x\right )}^4+a\right )}^p \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(e + f*x)^m*(a + b*sin(e + f*x)^4)^p,x)

[Out]

int(cos(e + f*x)^m*(a + b*sin(e + f*x)^4)^p, x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)**m*(a+b*sin(f*x+e)**4)**p,x)

[Out]

Timed out

________________________________________________________________________________________